home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / hgcib202.zip / FEATURES.PRX next >
Text File  |  1987-06-24  |  20KB  |  542 lines

  1.      /*
  2.  
  3.  
  4.  
  5.                 Athena Digital Video BIOS (T) Version 3.01
  6.       Copyright (C) Athena Digital, 1986, 1987. All rights reserved.
  7.           2351 College Station Road, Suite 567, Athens, Ga 30605
  8.                                404/354-4522
  9.  
  10.  
  11.                     This feature file dated May 29,1987
  12.  
  13.  
  14.      *\
  15.  
  16.      /*
  17.  
  18.  
  19.                        *** Trademarks / Owners ***
  20.  
  21.                 Athena Digital Video BIOS / Athena Digital
  22.             Microsoft, MS-DOS, CodeView / Microsoft Corporation
  23.          IBM, BASICA / International Business Machines Corporation
  24.      Hercules, RamFont, FontMan, InColor / Hercules Computer Technology
  25.  
  26.  
  27.  
  28.  
  29.      *\
  30.  
  31.      /*
  32.                 *** What is Athena Digital Video BIOS ? ***
  33.  
  34.      Athena BIOS is a new software system designed to replace the 
  35.      original Video BASIC INPUT / OUTPUT SYSTEM (BIOS) in IBM PC 
  36.      compatible computers. There are many reasons for doing this. 
  37.      IBM's original Video BIOS was an excellent program in it's day. 
  38.      New video adapters and better versions of the old ones have 
  39.      strained the capabilities of the original BIOS, but it is still 
  40.      the only one available - and all of your application programs use 
  41.      it. Athena Digital created this new BIOS to help computer users 
  42.      and programmers get the most from today's AND tomorrow's video 
  43.      hardware.
  44.      *\
  45.  
  46.      /*
  47.                        *** Athena BIOS Versions ***
  48.  
  49.      This demo is an introduction to Athena's Video BIOS for MS-DOS 
  50.      computers and MS-DOS application software.  Two basic products 
  51.      will be discussed. The first is the Device Driver for use by non-
  52.      programmers on MS-DOS machines. The second is Athena Video BIOS 
  53.      Libraries for Programmers. Both products share the same program 
  54.      "core", but the Library BIOS can be integrated with your own 
  55.      application program, while Drivers are installed by the computer 
  56.      user to support any application program.
  57.  
  58.  
  59.      *\
  60.  
  61.      /*
  62.  
  63.  
  64.                      *** What is a Device Driver ? ***
  65.  
  66.      Device Drivers are control programs which automatically load and 
  67.      become active when your computer starts up. In this case, Athena 
  68.      BIOS automatically takes over from your existing Video BIOS to 
  69.      give you faster screen display, allow you to run Color Graphics 
  70.      programs on a Hercules Graphics Card, and numerous other features 
  71.      high-lighted below.
  72.  
  73.  
  74.      *\
  75.  
  76.      /*
  77.                  *** What is a Programmer's Library ? ***
  78.  
  79.      Programmers have the option of creating every piece of a program 
  80.      they write or creating only the parts that make it unique and 
  81.      salable. In most cases, low level support of special video 
  82.      adapters is something programmers would prefer not to do because 
  83.      it is not their specialty. Low level video support, on the other 
  84.      hand is Athena Digital's specialty. Now programmers have the 
  85.      option of allowing Athena Digital to handle the low level chores. 
  86.      Athena Libraries allow Color Graphics applications to run on 
  87.      Hercules Graphics Cards (among other things) just like the Device 
  88.      Driver does.
  89.      *\
  90.  
  91.      /*
  92.  
  93.                *** Businesses Universities Institutions ***
  94.  
  95.      Do all of your PC stations really need a Color Monitor ? Do you 
  96.      already have a number of Hercules Graphic PCs or Leading Edge 
  97.      computers ? Did you know you could run Color Graphics software 
  98.      for only 35.00 per station or less ?
  99.  
  100.      Athena Digital will provide sites such as yours with the BIOS in 
  101.      bulk packaging at a substantial discount. Contact us about 
  102.      details. Your bottom line will appreciate it.
  103.  
  104.      *\
  105.  
  106.      /*
  107.                   *** Accelerate Application Programs ***
  108.  
  109.      If you don't program - you still need the BIOS. The device driver 
  110.      BIOS gives you faster screen output and eliminates flicker while 
  111.      scrolling on modern Color Graphics Adapters. On Monochrome text 
  112.      or Hercules Adapters, it can give you a display output speed 
  113.      increase from 30 to 50%, not to mention running CGA programs on 
  114.      your Hercules - even if it uses the Mouse.
  115.  
  116.      Consider the cost of a Color Graphics Adapter and Display 
  117.      Monitor. If functionality and quality text are your object, then 
  118.      you may not NEED a color monitor and graphics card.
  119.      *\
  120.  
  121.      /*
  122.                     *** Especially for Programmers ***
  123.  
  124.      You don't have to wait for everybody to boot with Athena BIOS. 
  125.      You can have it now. If you are using this demo on a Hercules 
  126.      Graphics Card, you have already seen one thing it can do for you.
  127.  
  128.      This short demo was written entirely in QuickBASIC Version 2.00 
  129.      (except the logo in true Hercules mode) and linked with the 
  130.      Athena Library. Read on for a list of features and further 
  131.      information about obtaining the BIOS for inclusion in your own 
  132.      programs. Libraries are also available for "C" and the Macro 
  133.      Assembler with others on the way.
  134.      *\
  135.  
  136.      /*
  137.                 *** What About Existing Applications ? ***
  138.  
  139.  
  140.      The Library is provided as an MS-DOS object file and comes with a 
  141.      source file to get your application up and running in nothing 
  142.      flat.
  143.  
  144.      All that is necessary to convert existing program code to run 
  145.      with Athena is to call an initialization subroutine at the 
  146.      beginning and a detachment subroutine before exit.
  147.  
  148.  
  149.      *\
  150.  
  151.      /*
  152.         *** What QuickBASIC Functions Will Work With Hercules ? ***
  153.  
  154.      The BIOS QuickBASIC Library is compatible with BCOM or BRUN. ALL 
  155.      of QuickBASIC's standard text and graphics functions work with 
  156.      Athena BIOS, whether the display used is the Hercules adapter (in 
  157.      Emulation mode) the Color Graphics adapter or the EGA adapter. 
  158.  
  159.      The source code to this demo is provided with the BIOS as an 
  160.      example of use, an includable source file to get you up and 
  161.      running, as well as complete BIOS documentation.
  162.  
  163.  
  164.      *\
  165.  
  166.      /*
  167.  
  168.           *** What if a Device Driver is Already Installed ? ***
  169.  
  170.      The Libraries have a means by which to inhibit a resident Athena 
  171.      Device Driver. This would be desirable if the Library BIOS is a 
  172.      later version. If the resident Driver is a later version, the 
  173.      Library will use it.
  174.  
  175.      The decision is carried out automatically and ensures that your 
  176.      program will always use the latest Athena BIOS available whether 
  177.      it is the one you linked with or not.
  178.  
  179.      *\
  180.  
  181.      /*
  182.              *** What About The Hercules Graphics Modes ? ***
  183.  
  184.      The first QuickBASIC Library (Version 23.01) allows you to 
  185.      support the Hercules Cards with the standard BASIC graphics 
  186.      functions at the CGA screen resolution. It also makes it easy for 
  187.      you to support Hercules high resolution graphics through 
  188.      QuickBASIC's standard text functions, and pixel-oriented graphics 
  189.      through Athena BIOS functions. Future versions will offer 
  190.      extended graphics support for Hercules Graphics screen 
  191.      resolutions ... thus, Athena gives you a natural upward migration 
  192.      path to bring your programs up to date and keep them there.
  193.  
  194.      *\
  195.  
  196.      /*
  197.                    *** What About Other Languages ? ***
  198.  
  199.      The Library is intrinsically compatible with any language 
  200.      supporting object files and assembly language subroutine calls. 
  201.      "C" and the "Macro Assembler" interfaces will probably be 
  202.      released by the time you read this.
  203.  
  204.      If you work with these or other popular languages and would like 
  205.      to be able to include Athena BIOS with your product, then drop us 
  206.      a line and tell us so. We will notify you when your language 
  207.      interface becomes available.
  208.  
  209.      *\
  210.  
  211.      /*
  212.             *** How Effective Is The Emulation Capability ? ***
  213.  
  214.      The list of compatible software includes programs like BASICA, 
  215.      CodeView, QuickBASIC's Editor and about 95% of all others. It 
  216.      will even run CGA text applications which ordinarily hang up the 
  217.